Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridDetail<TGrid,TGridView,TDoc,TContextMenu> Class / GridView Property


In This Topic
    GridView Property
    In This Topic
    Gets or sets the grid view a cloning of which this grid details template creates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GridView As TGridView
    'Usage
     
    
    Dim instance As NGridDetail(Of TGrid,TGridView,TDoc,TContextMenu)
    Dim value As TGridView
     
    instance.GridView = value
     
    value = instance.GridView
    public TGridView GridView {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also